home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 6646 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  840 b 

  1. Path: odin.visigenic.com!news
  2. From: Tim O'Neil <toneil@visigenic.com>
  3. Newsgroups: comp.lang.c
  4. Subject: Re: A Capture Key Program
  5. Date: Thu, 15 Feb 1996 13:27:40 +0000
  6. Organization: Visigenic Software, Inc.
  7. Message-ID: <312334CC.473B@visigenic.com>
  8. References: <4fug9c$lk8@hermes.louisville.edu>
  9. NNTP-Posting-Host: vsi48.visigenic.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0b5 (WinNT; I)
  14.  
  15. adreco01@homer.louisville.edu wrote:
  16. > Does anyone know any c snippets that would capture all the keystrokes
  17. > to a text file after being loaded, but then allow the system to
  18. > continue as normal... ?
  19.  
  20. Yes. If your platform is DOS you need to write a tsr (not a big
  21. task, but will be hard if your not familure with tsr's)
  22. And if its windows there are several ways to do it.
  23.